Skip to content

Update dependency @actions/core to v3#27161

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/actions-core-3.x
Closed

Update dependency @actions/core to v3#27161
renovate[bot] wants to merge 1 commit intomainfrom
renovate/actions-core-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 5, 2026

This PR contains the following updates:

Package Change Age Confidence
@actions/core (source) 1.11.13.0.0 age confidence

Release Notes

actions/toolkit (@​actions/core)

v3.0.0

  • Breaking change: Package is now ESM-only
    • CommonJS consumers must use dynamic import() instead of require()

v2.0.3

  • Bump @actions/http-client to 3.0.2

v2.0.1

v2.0.0


Configuration

📅 Schedule: (in timezone Etc/UTC)

  • Branch creation
    • Only on Sunday and Saturday (* * * * 0,6)
    • Between 12:00 AM and 12:59 PM, only on Monday (* 0-12 * * 1)
    • Between 09:00 PM and 11:59 PM, Monday through Friday (* 21-23 * * 1-5)
    • Between 12:00 AM and 04:59 AM, Tuesday through Saturday (* 0-4 * * 2-6)
  • Automerge
    • Only on Sunday and Saturday (* * * * 0,6)
    • Between 12:00 AM and 12:59 PM, only on Monday (* 0-12 * * 1)
    • Between 10:00 PM and 11:59 PM, Monday through Friday (* 22-23 * * 1-5)
    • Between 12:00 AM and 04:59 AM, Tuesday through Saturday (* 0-4 * * 2-6)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Apr 5, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.45%. Comparing base (8d71e79) to head (abbacc3).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #27161   +/-   ##
=======================================
  Coverage   73.45%   73.45%           
=======================================
  Files        1545     1545           
  Lines      123645   123663   +18     
  Branches    14956    14959    +3     
=======================================
+ Hits        90822    90841   +19     
- Misses      31824    31825    +1     
+ Partials      999      997    -2     
Flag Coverage Δ
admin-tests 54.39% <ø> (+0.02%) ⬆️
e2e-tests 73.45% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/actions-core-3.x branch 28 times, most recently from d97ddf5 to 915ce98 Compare April 7, 2026 15:35
@renovate renovate bot force-pushed the renovate/actions-core-3.x branch 11 times, most recently from c351203 to 5efb6f3 Compare April 8, 2026 14:04
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 8, 2026

E2E Tests Failed

To view the Playwright test report locally, run:

REPORT_DIR=$(mktemp -d) && gh run download 24139640788 -n playwright-report -D "$REPORT_DIR" && npx playwright show-report "$REPORT_DIR"

@renovate renovate bot force-pushed the renovate/actions-core-3.x branch 10 times, most recently from f32bd72 to b33de7a Compare April 8, 2026 22:58
@renovate renovate bot force-pushed the renovate/actions-core-3.x branch from b33de7a to abbacc3 Compare April 9, 2026 00:46
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 9, 2026

@ErisDS ErisDS closed this Apr 9, 2026
@ErisDS ErisDS deleted the renovate/actions-core-3.x branch April 9, 2026 01:11
ErisDS added a commit that referenced this pull request Apr 9, 2026
- Renovate PR #27161 attempted to bump @actions/core to v3, which broke the Ghost-CLI CI job because v3 dropped the CJS entry point that our scripts rely on via `require()`
- the package was only used in two places (bump-version.js for setOutput and mocha-retry-reporter.js for warning annotations), both of which are trivial to replace with direct workflow command output
- removing the dependency entirely is simpler than pinning or migrating to ESM, and avoids future breakage from upstream changes
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Apr 9, 2026

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x releases. But if you manually upgrade to 3.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant